projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c40096a
)
(find-file-noselect): Use set-buffer-multibyte
author
Karl Heuer
<kwzh@gnu.org>
Mon, 23 Mar 1998 00:14:06 +0000
(
00:14
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 23 Mar 1998 00:14:06 +0000
(
00:14
+0000)
instead of setting enable-multibyte-characters.
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 1060373f737d1f2788240b8c037f8e75383412ee..1790e1d194d810c97c73b92b8519315853eecf4b 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-962,7
+962,7
@@
Optional second arg RAWFILE non-nil means the file is read literally."
(setq backup-inhibited t)))
(if rawfile
(progn
- (set
q enable-multibyte-characters
nil)
+ (set
-buffer-multibyte
nil)
(make-local-variable 'find-file-literally)
(setq find-file-literally t))
(after-find-file error (not nowarn))